home *** CD-ROM | disk | FTP | other *** search
/ Tabloid Beauties (Italian) / Saranno famos.iso / DATA / JUSTIN.DIR / 00126_Script_126 < prev    next >
Text File  |  1995-03-07  |  342b  |  15 lines

  1. on exitFrame
  2.   puppetPalette (0)
  3.   puppetsprite 24,false
  4.   puppetsprite 25,false
  5.   cursor -1
  6.   if rollover(5) then go "Justin1"
  7.   if rollover(6) then go "Justin2"
  8.   if rollover(7) then go "Justin3"
  9.   if rollover(8) then go "Justin4"
  10.   if rollover(9) then go "Justin5"
  11.   if rollover(10) then go "Justin6"
  12.   
  13.   go the frame
  14.   
  15. end